Click or drag to resize

PropertyName Constructor (String, String)

Initializes a new instance of the PropertyName class with specified with name and namespace.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public PropertyName(
	string name,
	string ns
)

Parameters

name
Type: SystemString
Property name
ns
Type: SystemString
Property namespace
See Also